Add missing (out) annotation to gdk_rgba_parse
authorPhil Clayton <phil.clayton@lineone.net>
Sun, 13 Sep 2015 10:58:37 +0000 (11:58 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 23 Jan 2016 23:16:51 +0000 (18:16 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=754990

gdk/gdkrgba.c

index 2a8e09693aa5dc9db80b3a5af9d33cf4347348f3..86ea92874a7a83193ec7101a1cc14154e6f02c93 100644 (file)
@@ -134,7 +134,7 @@ parse_rgb_value (const gchar  *str,
 
 /**
  * gdk_rgba_parse:
- * @rgba: the #GdkRGBA to fill in
+ * @rgba: (out): the #GdkRGBA to fill in
  * @spec: the string specifying the color
  *
  * Parses a textual representation of a color, filling in